<script>on mouseUpglobal gCDVolume6,gMultiFinderspinCursorget DoubleClick()if fld "Title" contains "Literature Guide" thenshowPres fld "PresPath"exit MouseUpend ifput fld "PresPath" into dataput "" into theListput number of lines of data into numLinesrepeat with z = 1 to numLinesspinCursorput last item of line z of data into thisLinerepeat until "≈" is not in thisLineput "," into char offset("≈",thisLine) of thisLineend repeatput z & "." && removePath(thisLine) & return after theListend repeatif number of lines of theList > 1 thenput ListSelect ("D",theList,"Select a file to view:") into theFilego this cdif theFile = "" then exit mouseUpput lineOffset(theFile,theList) into theLineput line theLine of data into theFileelse put line 1 of data into theFileshowPres theFileend mouseUp</script>
</part>
<part>
<id>21</id>
<type>field</type>
<visible> <false /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <true /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <false /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <false /> </lockText>
<rect>
<left>0</left>
<top>60</top>
<right>512</right>
<bottom>101</bottom>
</rect>
<style>scrolling</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Monaco</font>
<textSize>9</textSize>
<textStyle>plain</textStyle>
<textHeight>12</textHeight>
<name>ScriptPath</name>
<script></script>
</part>
<part>
<id>22</id>
<type>button</type>
<visible> <false /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>178</left>
<top>310</top>
<right>229</right>
<bottom>342</bottom>
</rect>
<style>opaque</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>View Hider</name>
<script></script>
</part>
<name>Reference</name>
<script>on LinkToBackLinkToCard "Map","iris close"end LinkToBackon openCardglobal gNoLaunch6,gCDVolume6if gNoLaunch6 contains "True" thenif gNoLaunch6 contains "Volume" thenspinCursorif (gCDVolume6 is in VolumeList()) then put false into gNoLaunch6end ifend ifget (gNoLaunch6 contains "True")if short name of this card = "Apple In Print" then set visible of btn "Script Hider" to itset visible of bg btn "Copy Hider" to itset visible of bg btn "View Hider" to itunlock screen with iris openend openCard</script>